projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdfbb8
)
Remove forgotten debug code from w32proc.c.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Oct 2012 09:59:53 +0000
(11:59 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Oct 2012 09:59:53 +0000
(11:59 +0200)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index b0881c25d6c5ec4d5b0c4c75c1029faaa4d6f6f5..4c20ca1337984be3a22caa0c055030f860bf8799 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-361,10
+361,8
@@
timer_loop (LPVOID arg)
DWORD result = SuspendThread (itimer->caller_thread);
if (result == (DWORD)-1)
- {
- DebPrint (("Thread %d exiting with status 2\n", which));
- return 2;
- }
+ return 2;
+
handler (sig);
ResumeThread (itimer->caller_thread);
}